github.com/klauspost/compress/zstd.byteReader.advance (method)
10 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L549: br.advance(1)
blockdec.go#L583: br.advance(1)
bytereader.go#L17: func (b *byteReader) advance(n uint) {
dict.go#L135: br.advance(4)
dict.go#L137: br.advance(4)
dict.go#L139: br.advance(4)
fse_decoder.go#L83: b.advance(2)
fse_decoder.go#L111: b.advance(bitCount >> 3)
fse_decoder.go#L156: b.advance(bitCount >> 3)
fse_decoder.go#L182: b.advance((bitCount + 7) >> 3)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |